Gets the property names.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ChangedPropertyNames 
As 
Collection(
Of 
String)
C#
public 
Collection<
string> 
ChangedPropertyNames { 
get; }
Visual C++
public:
property 
Collection<
String^>^ 
ChangedPropertyNames {
	
Collection<
String^>^ 
get ();
}
JavaScript
function get_
changedPropertyNames();

See Also